RegisterPresenter<P,V> Method

Summary
Registers a presenter object a specific type.
Syntax
C#
VB
C++
public static void RegisterPresenter<P, V>( 
   P presenter 
) 
  
Public Shared Sub RegisterPresenter 
    (Of P As IWorkstationPresenter(Of V), 
     V As )( _ 
   ByVal presenter As P _ 
)  
public: 
static void RegisterPresentergeneric<typename P> 
generic<typename V> 
(  
   _P^_ presenter 
)  
where P: IWorkstationPresenter<V> 
where V : class 

Parameters

presenter
The presenter object that will be registered for the provided type.

Type Parameters

P
The presenter type.

V
The UI view type.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.